home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Fun, Tricks & Hacks / Incognito 1.0b1 / ReadMe < prev   
Text File  |  1993-07-12  |  4KB  |  86 lines

  1. Incognito 1.0
  2. -------------
  3. Incognito is a small extension/control panel combo that selectively
  4. mangles network name registrations and lookups on a per-application
  5. basis. Technically, what happens is this: when an application tries
  6. to register its name on the network, Incognito takes the name and type
  7. being registered and randomizes it. This, from what I've seen, totally
  8. defeats network-based copy protection as used by Photoshop, Premier,
  9. Director, etc.
  10.  
  11. I haven't been able to test incognito extensively, but I know it works on
  12. these three programs for sure. Feel free to mail in comments, bug reports,
  13. programs on which Incognito doesn't work, etc.
  14.  
  15. Incognito is freeware, and distribution is unlimited. Use of this program
  16. implies an absolute waiver of liability of any form for the author, and
  17. the authors upon which this program is based (see below). Please follow
  18. all applicable federal, state, and local laws when using Incognito. Have
  19. a nice day!
  20.  
  21. Incognito requires system 7.0 or greater to run.
  22.  
  23. send all comments, suggestions, questions, and hate mail to me at:
  24.  
  25. veloso@next1.harvard.edu (internet)
  26. 70365,1426 (compuserve)
  27.  
  28. --------------------------------------------------------------------------
  29. I've seen the cdev bomb on system 7.0 with a couple of strange
  30. extensions running (fileguard, for one). I'm not sure if this is a 7.0 thing or a conflict. The init, however, runs fine. FYI, the bomb happens when you click 'Add…'.
  31. If this happens to you, do the following:
  32.  
  33. Open the file "Incognito Prefs" in your preferences folder with ResEdit.
  34. Open the Incognito control panel w/resedit.
  35. Copy the TMPL resource to the prefs file.
  36. Create (or edit) the 'HIDE' resource. This resource is simply a list of
  37. creator codes for applications, with a count in front. Enter the codes
  38. you want in here. Be sure to update the count field! If you need to create
  39. the prefs file, it's type is 'pref' and its creator is 'HIDE'.
  40. --------------------------------------------------------------------------
  41. All trademarks mentioned above and below are the property of their respective owners.
  42.  
  43. CloakShare
  44.  
  45. By Eric Traut & Dan Clifford
  46. June 17, 1993
  47.  
  48. CloakShare is a small hack which “cloaks” the presence of your computer
  49. from novice users on a network. We wrote it when we were at Stanford
  50. University and secretly hooked into the campus network. We wanted to
  51. be able to run file sharing to swap files, but we didn’t want to show
  52. up in other people’s Choosers. 
  53.     
  54. The INIT works by patching PBControl. When the patch sees anyone
  55. performing an NBP name register, it compares the name to “AFPServer.”
  56. If the name matches, the patch changes it slightly (changes is it
  57. “AFPSërver”) and continues with the registration. 
  58.     
  59. When someone performs an NBP name lookup, the patch once again compares
  60. the name against “AFPServer”. If it matches, an NBP lookup is done on a
  61. string with a wildcard character (“AFPS≈rver”). 
  62.     
  63. The resulting behavour is such that everyone running CloakShare can
  64. see ALL file servers (even those that are cloaked), but network users
  65. without CloakShare continue to look for just “AFPServers” and don’t 
  66. see the cloaked servers.
  67.  
  68. Known Problems: 
  69. Only AppleTalk 2.0 and greater know about the wildcard character for
  70. NBP lookups. 
  71.  
  72. People with network sniffers or a little more knowledge of the network
  73. will still be able to detect the presence of a Cloaked file server.
  74.     
  75. Distribution:
  76. Feel free to modify this code in any way you want. If you distribute 
  77. the code, please include this ReadMe file. The authors are not
  78. responsible for any damage, destruction, chaos, etc. caused by this
  79. extension. Use at your own risk.
  80.  
  81. --------------------------------------------------------------------------
  82.  
  83.  
  84.  
  85.  
  86.